Structs§
- Represents an action in the undo or redo stack.
W
Undo/redo stack view.- Args to present the child of
UndoHistory!
. W
Menu style button for an entry in a undo/redo stack.- Represents an undo or redo stack.
Statics§
- If undo entries are grouped by the
UNDO.undo_interval
. - Style for the default undo/redo entry
Button!
. - Widget function for a single undo or redo entry.
- Variable set in each undo/redo entry widget.
- Widget function for the
UndoHistory!
child. - Widget function for an undo or redo stack.
- Variable set in each undo/redo stack widget.
Functions§
- Default
UNDO_ENTRY_FN_VAR
. - Default
UNDO_PANEL_FN_VAR
. - Default
UNDO_STACK_FN_VAR
. P
If undo entries are grouped by theUNDO.undo_interval
.P
State is true when the widget is anundo_entry
and it is hovered, has captured the mouse or a sibling with higher timestamp is hovered/has cap.c
Identifies what stack history is shown by the widget.P
Extend or replace the undo/redo entry button style in a context.P
Sets the undo/redo entry widget context.P
Widget function that convertsUndoEntryArgs
to widgets.P
Widget function that convertsUndoPanelArgs
to widgets.P
Setups the context in an undo/redo stack widget.P
Widget function that convertsUndoStackArgs
to widgets.